バージョン

Remove メソッド (HashPool<TKey,TValue>)

プールから提供したキーがある項目を削除します。
シンタックス
'宣言
 
Public Sub Remove( _
   ByVal key As TKey _
) 
public void Remove( 
   TKey key
)

パラメータ

key
削除する項目のキー。
参照